home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- if rollOver(21) then
- go("naveg")
- end if
- end
-
- on exitFrame
- set the visible of sprite 2 to 1
- set hot to 14
- repeat while hot < 20
- if rollOver(hot) then
- if the visible of sprite 2 = 1 then
- sound playFile 2, "..\som\load.wav"
- set the visible of sprite 2 to 0
- end if
- go("main")
- end if
- set hot to hot + 1
- end repeat
- go(the frame + 1)
- end
-